Đặt vé xe buýt trực tuyến bằng PHP / MySQLi

1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv=
"Content-Type" content="text/html; charset=UTF-8" />
5 <title>Welcome to James Buchanan Pub and Restaurant</title>
6 <link rel=
"stylesheet" type="text/css" href="xres/css/style.css" />
7 <link rel=
"icon" type="image/png" href="xres/images/favicon.png" />
8 <link type=
"text/css" href="css/styles.css" rel="stylesheet" media="all" />
9 </head>
10
11 <body>
12 <div id=
"wrapper">
13     <div id=
"header">
14     <h1><a href=
"index.php"><img src="xres/images/logo.png" class="logo" alt="James Buchanan Pub and Restaurant" /></a></h1>
15         <ul id=
"mainnav">
16             <li><a href=
"index.php">Home</a></li>
17             <li><a href=
"gallery.php">Gallery</a></li>
18             <li><a href=
"history.php">History</a></li>
19             <li><a href=
"routes.php">Routes</a></li>
20             <li><a href=
"location.php">location</a></li>
21             <li
class="current"><a href="contact.php">Contact Us</a></li>
22         </ul>
23     </div>
24     <div id=
"content">
25         <div id=
"gallerycontainer">
26             <div
class="portfolio-area" style="margin:0 auto; padding:140px 20px 20px 20px; width:820px;">
27                 <div id=
"contactleft">
28                     FLORIDA BUS<br>
29 (G.V. FLORIDA TRANSPORT, INCORPORATED)<br>
30 Barangay West Kamias, Cubao, Quezon City, Metro Manila<br>
31 Phone: +
63(2)3525393<br><br>
32
33 FLORIDA BUS<br>
34 (G.V. FLORIDA TRANSPORT, INCORPORATED)<br>
35 Lacson Avenue Corner Earnshaw Street, Manila, Metro Manila<br>
36 Florida Bus Co., Manila<br>
37 - (
02) 743-3809; 912-5354<br>
38 Telephone No: (
632) 781-5894<br><br>
39
40
41 Florida Bus Terminal
in Tuguegarao City by G.V. Florida Transport, Inc.<br>
42 Location: Diversion Road, Pengue-Ruyu Tuguegarao City Cagayan Valley<br><br>
43
44 Contact Numbers:<br>
45 Florida Bus Company Tuguegarao<br>
46 - +
63 (078) 846 4259; (078) 846-2265<br>
47                 </div><br>
48                 <!-- <div id=
"contactright">
49                     <h3>Message Form</h3>
50                     <form
class="validate" action="messageexec.php" method="POST">
51                         <p>
52                             <label
for="name" class="required label">Name:</label><br>
53                             <input id=
"name" class="contactform" type="text" name="name" />
54                         </p>
55                         <p>
56                             <label
for="email" class="required label">Email:</label><br>
57                             <input id=
"email" class="contactform" placeholder="Example: john@doe.com" type="text" name="email" />
58                         </p>
59                         <p>
60                             <label
for="subject" class="required label">Subject:</label><br>
61                             <input id=
"subject" class="contactform" type="text" name="subject" />
62                         </p>
63                         <p>
64                             <label id=
"message-label" for="message" class="required label">Message:</label><br>
65                             <textarea id=
"message" class="contactform" name="message" cols="28" rows="5"></textarea>
66                         </p>
67                         <p>
68                             <label></label>
69                             <input
class="contactform" id="submit-button" type="submit" name="Submit" value="Submit" style="height: 35px;" />
70                         </p>
71                     </form>
72                 </div> -->
73                 <div
class="column-clear"></div>
74             </div>
75             <div
class="clearfix"></div>
76         </div>
77     </div>
78     
79
80
81
82 <div id=
"footer">
83     <h4>+
63(2)3525393 &bull; <a href="contact-us.php">Barangay West Kamias, Cubao, Quezon City, Metro Manila </a></h4>
84     <p>Hours of Operation&nbsp;&nbsp;&bull;&nbsp;&nbsp;Mon - Sun:
10:00 am - 12:00 am</p>
85     <a href=
"index.php"><img src="xres/images/footer-logo.jpg" alt="James Buchanan Pub and Restaurant" /></a>
86     <p>&copy; Copyright
2013 Florida Bus | All Rights Reserved <br /></p>
87 </div>
88
89 </div>
90 </body>
91 </html>


Gõ tìm kiếm nhanh...